projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
715b874
)
GtkInspector: Use Adwaita by Default on Windows Too
author
Chun-wei Fan
<fanchunwei@src.gnome.org>
Mon, 16 Jun 2014 04:07:04 +0000
(12:07 +0800)
committer
Chun-wei Fan
<fanchunwei@src.gnome.org>
Mon, 16 Jun 2014 04:07:04 +0000
(12:07 +0800)
As we are using Adwaita by default on all platforms, do the same for
GtkInspector, to be consistent with the rest of GTK+.
gtk/inspector/visual.c
patch
|
blob
|
history
diff --git
a/gtk/inspector/visual.c
b/gtk/inspector/visual.c
index 64048b2f7c4403e0cab6310e4618db6256558848..435198aeac602e48d710a11753628a3ec9f6786d 100644
(file)
--- a/
gtk/inspector/visual.c
+++ b/
gtk/inspector/visual.c
@@
-185,11
+185,7
@@
init_theme (GtkInspectorVisual *vis)
gchar *themedir = get_data_path ("themes");
t = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL);
-#ifdef G_OS_WIN32
- g_hash_table_add (t, g_strdup ("gtk-win32"));
-#else
g_hash_table_add (t, g_strdup ("Adwaita"));
-#endif
fill_gtk (themedir, t);